home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
64'er 1993 February
/
64er_Magazin_93-02_1993_Markt__Technik_de_Side_A.d64
/
profi-ass patch
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
954b
|
30 lines
10 rem *** programm zum korrigieren
11 rem *** des fehlers bei profi-ass
12 rem *** umwandlung ascii->hex
13 rem *** beispiel: lda 1264 wird
14 rem *** assembliert zu lda 1265
15 rem
16 rem *** (c) nikolaus heusler
17 rem *** 1107862329h
18 rem *** 2509921553h
19 rem *** vorher profi-ass laden !
20 rem *** fuer profi-ass versionen
21 rem *** ab $9000
22 rem *** fehler: zwischen $945c und
23 rem *** $945d fehlt clc
24 rem
25 rem -------------------------------
100 ifpeek(56)>144thenprint"[147]adresse 56 aendern, dann neustart!":end
110 ifpeek(37980)=76thenprint"[147]gepatchte version schon im speicher!":goto170
120 ifpeek(37980)<>8thenprint"[147]erst profi-ass v1 laden!":end
130 poke37980,76:poke37981,87:poke37982,144
140 readm:ifm=>.thenpoke36949+i,m:i=i+1:goto140
150 data13,,8,24,101,76,76,95,148,-1
160 print"[147]patch erfolgreich.
170 [153]"speichern mit:
180 print"poke 56,144:poke 45,0:new
190 [153]"poke 43,0:poke 44,144:poke 46,160
200 print"save"chr$(34)"profi-ass"chr$(34)",8
210 [153]"sys 64738
220 poke198,5:poke631,19:poke632,17:poke633,17:poke634,17:poke635,17